tg-me.com/csharp_interview_lib/699
Create:
Last Update:
Last Update:
Что выведет следующий код на C# 7?int Sixteen = 0b0001_0000;
Console.WriteLine(Sixteen);
👾 — Compile-time error
👍 — Runtime error
🥰 — 16
Библиотека собеса по С#
int Sixteen = 0b0001_0000;
Console.WriteLine(Sixteen);
Что выведет следующий код на C# 7?int Sixteen = 0b0001_0000;
Console.WriteLine(Sixteen);
👾 — Compile-time error
👍 — Runtime error
🥰 — 16
Библиотека собеса по С#
BY Библиотека собеса по C# | вопросы с собеседований
The cloud-based messaging platform is also adding Anonymous Group Admins feature. As per Telegram, this feature is being introduced for safer protests. As per the Telegram blog post, users can “Toggle Remain Anonymous in Admin rights to enable Batman mode. The anonymized admin will be hidden in the list of group members, and their messages in the chat will be signed with the group name, similar to channel posts.”
Библиотека собеса по C | вопросы с собеседований from vn